From d6c3ce8cb9608fc5fbf4b78142d5ea0ec9e9feb2 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 29 Aug 2008 16:07:36 +0100 Subject: [PATCH] Update the URL for the ACPI compiler sources. Signed-off-by: Tim Deegan --- tools/firmware/hvmloader/acpi/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/firmware/hvmloader/acpi/Makefile b/tools/firmware/hvmloader/acpi/Makefile index 8ef4d58a7a..bd7926e93a 100644 --- a/tools/firmware/hvmloader/acpi/Makefile +++ b/tools/firmware/hvmloader/acpi/Makefile @@ -22,8 +22,8 @@ C_SRC = build.c dsdt.c static_tables.c H_SRC = $(wildcard *.h) OBJS = $(patsubst %.c,%.o,$(C_SRC)) -IASL_VER = acpica-unix-20060707 -IASL_URL = http://developer.intel.com/technology/iapc/acpi/downloads/$(IASL_VER).tar.gz +IASL_VER = acpica-unix-20080729 +IASL_URL = http://acpica.org/download/$(IASL_VER).tar.gz CFLAGS += -I. -I.. $(CFLAGS_include) @@ -48,7 +48,7 @@ iasl: @echo "ACPI ASL compiler(iasl) is needed" @echo "Download Intel ACPI CA" @echo "If wget failed, please download and compile manually from" - @echo "http://developer.intel.com/technology/iapc/acpi/downloads.htm" + @echo "http://acpica.org/downloads/" @echo wget $(IASL_URL) tar xzf $(IASL_VER).tar.gz -- 2.30.2